home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / ast_comp / gopher.lha / gopher1.01 / gopherd / openers.h < prev    next >
C/C++ Source or Header  |  1992-04-09  |  319b  |  18 lines

  1. /*
  2.  * Declarations for openers.c routines.
  3.  */
  4.  
  5. /* restricted versions */
  6. extern    int    ropen();
  7. extern    FILE    *rfopen();
  8. extern    int    rstat();
  9. extern    DIR    *ropendir();
  10. extern    int    rchdir();
  11.  
  12. /* unrestricted versions */
  13. extern    int    uopen();
  14. extern    FILE    *ufopen();
  15. extern    int    ustat();
  16. extern    DIR    *uopendir();
  17. extern    int    uchdir();
  18.